@media only screen and (max-width: 1200px) {
    /*******************************
        -------[=公用]-------
    ********************************/
    .footer .wp{width: 96%;}
}

@media only screen and (max-width: 1023px) {
    /*******************************
        -------[=公用]-------
    ********************************/
    .wp{width: 96%;}
    .menuBtn {display: block;}
    .nav, .header-top, .footer-top{display: none;}
    .header-bot .logo{padding: 6px 0;}
    .header-bot .logo img{height: 35px;}
    .footer-bot .copyright,.footer-bot .teck{float: none;width: 100%;text-align: center;}


    .subnaver .cur{display: none;}
    .subnaver .sub a{margin: 0 5px;padding: 15px 2px;}
    .subnaver .sub span{font-size: 13px;}
    .subnaver .sub{float: none;text-align: center;}

}

@media only screen and (max-width: 960px) {

}   

@media only screen and (max-width: 768px) {
    .banner-inner .bg{height: 100px;}
    
}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 479px) {
    
}

@media only screen and (max-width: 360px) {
    
}
